projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0b16c1
)
Also seal variables marked as private.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:58:55 +0000
(10:58 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:58:55 +0000
(10:58 +0000)
* gtk/gtkdialog.h: Also seal variables marked as private.
svn path=/trunk/; revision=20501
gtk/gtkdialog.h
patch
|
blob
|
history
diff --git
a/gtk/gtkdialog.h
b/gtk/gtkdialog.h
index 8b90d64aa4ab9d0de0f937b1e31a6bcbb91f3ae2..e8a4d047283a7f1285038a2d5aace347e5dac143 100644
(file)
--- a/
gtk/gtkdialog.h
+++ b/
gtk/gtkdialog.h
@@
-105,7
+105,7
@@
struct _GtkDialog
GtkWidget *GSEAL (action_area);
/*< private >*/
- GtkWidget *
separator
;
+ GtkWidget *
GSEAL (separator)
;
};
struct _GtkDialogClass